home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 25
/
CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso
/
CUCD
/
WWW
/
http
/
www.wirenet.co.uk
/
files
/
thor25_arexx.lha
/
BBSRead
/
CfgFArea.br
< prev
next >
Wrap
Text File
|
1995-09-06
|
535b
|
32 lines
/* $VER: CfgFArea.br 3.2 (07.06.94)
**
** Stubb to use CONFIGFAREA from cli
*/
parse arg arguments
address BBSREAD
if ~show('p', 'BBSREAD') then do
address command
"run >nil: `GetEnv THOR/THORPath`bin/LoadBBSRead"
"WaitForPort BBSREAD"
end
if arguments = '' then
do
GETCOMMANDINFO CONFIGFAREA TEMP
say 'CfgFArea.br 3.2 (07.06.94)'
say 'Lets you use the CONFIGFAREA arexx command from CLI.'
say 'Template:' TEMP
exit
end
CONFIGFAREA arguments
if(rc ~= 0) then
do
say BBSREAD.LASTERROR
exit
end